'Declaration
<DescriptionAttribute("Specifies if the annotation is rendered during printing process")> Public Property Printable As Boolean
[Description("Specifies if the annotation is rendered during printing process")] public bool Printable {get; set;}
public read-write property Printable: Boolean;
DescriptionAttribute("Specifies if the annotation is rendered during printing process") public function get,set Printable : boolean